Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add timeout and retries settings to integratord configuration #6442

Merged
merged 5 commits into from
Sep 8, 2023

Conversation

TomasTurina
Copy link
Member

@TomasTurina TomasTurina commented Sep 6, 2023

Description

The following settings are added to the integratord configuration:

  • timeout: to force a connection to a external server to stop if it is not responding.
  • retries: to retry the connection in case of timeout.

Checks

Docs building

  • Compiles without warnings.

Code formatting and web optimization

  • Uses three spaces indentation.
  • Adds or updates meta descriptions accordingly.
  • Updates the redirects.js script if necessary (check this guide).

Writing style

  • Uses present tense, active voice, and semi-formal registry.
  • Uses short, simple sentences.
  • Uses bold for user interface elements, italics for key terms or emphasis, and code font for Bash commands, file names, REST paths, and code.

source/user-manual/reference/ossec-conf/integration.rst Outdated Show resolved Hide resolved
source/user-manual/reference/ossec-conf/integration.rst Outdated Show resolved Hide resolved
source/user-manual/reference/ossec-conf/integration.rst Outdated Show resolved Hide resolved
source/user-manual/manager/manual-integration.rst Outdated Show resolved Hide resolved
source/user-manual/manager/manual-integration.rst Outdated Show resolved Hide resolved
source/user-manual/manager/manual-integration.rst Outdated Show resolved Hide resolved
source/user-manual/manager/manual-integration.rst Outdated Show resolved Hide resolved
source/user-manual/manager/manual-integration.rst Outdated Show resolved Hide resolved
@TomasTurina TomasTurina requested a review from javimed September 8, 2023 14:22
@javimed javimed merged commit 569f7aa into master Sep 8, 2023
3 checks passed
@javimed javimed deleted the 16488_improve_vt_script branch September 8, 2023 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/task Task issue type/enhancement Enhancement issue
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Improve the reliability of the Virustotal integration
2 participants